@font-face {
	font-family: PerfectlyTogether;
	src: url(Fonts/PerfectlyTogether.ttf);
}

@font-face {
	font-family: Dimbo-Regular;
	src: url(Fonts/Dimbo-Regular.ttf);
}

body {
	background-color: #e04722;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(224,71,34,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(224,71,34,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(224,71,34,0);
}

#home {
	width: 100%;
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(224,71,34,0);
}

h1 {
	color: #ffffff;
	text-align: center;
	font-family: "PerfectlyTogether";
	font-size: 750%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #878585;
}

h2 {
	color: #ffffff;
	text-align: center;
	font-family: "PerfectlyTogether";
	font-size: 450%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #878585;
}

#div5 {
	width: 38%;
	float: left;
	background-color: rgba(224,71,34,0);
	padding: 1%;
}

#poster {
	width: 100%;
	box-shadow: 3px 3px 5px #878585;
}

#box2 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ffffff;
	text-align: center;
	font-family: "Dimbo-Regular";
	font-size: 320%;
	color: #000000;
	box-shadow: 3px 3px 5px #878585;
}

#div6 {
	width: 58%;
	float: left;
	background-color: rgba(224,71,34,0);
	padding: 1%;
}

#box1 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ffffff;
	text-align: center;
	font-family: "Dimbo-Regular";
	font-size: 370%;
	color: #000000;
	box-shadow: 3px 3px 5px #878585;
}

#break {
	width: 100%;
	float: left;
	background-color: rgba(224,71,34,0);
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    width: 100%;
  	display: inline-block;
  	height: 56.25%;
  	margin: 0 -1px;
  	box-shadow: 3px 3px 5px #878585;
}
.video-responsive iframe{
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#box3 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ffffff;
	text-align: center;
	font-family: "Dimbo-Regular";
	font-size: 260%;
	color: #000000;
	box-shadow: 3px 3px 5px #878585;
}

#box4 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 4%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #ffffff;
	text-align: center;
	font-family: "Dimbo-Regular";
	font-size: 290%;
	color: #000000;
	box-shadow: 3px 3px 5px #878585;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #e04722;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}